Those scripts were made by the user b8bboi from mp3car.com (all credits to him)

The idea is to use SDK commands from my AutoIt scripts and also allow your auto-it scripts
to RECEIVE/Parse commands and data from RoadRunner.

The first script is:
--------------------

receiver.au3 - 	This app can receive any WM_COPYDATA message. 
		It stays in the Task Tray. The window name to send the message to is "Receiver". 
		Run this app, Then you can test from the command prompt with a command like this:

C:\Program Files\Road Runner>exec.exe REQUEST;Receiver;TRACKNAME

You should see a MsgBox pop up with the track name.

The second script is:
---------------------

send.au3 - This app can send commands DIRECTLY to RR without outside applications like exec.exe.

You'll need AutoIt 3.1.1 (latest) to run these scripts. You can download it here:

http://www.autoitscript.com/autoit3/downloads.php

(Install AutoIt and double-click directly on the scripts to run them).

For any feedback/help, please post at the appropriate mp3car.com furums.